home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / mac / Home and Office / HTML Markup / Scripts / Watch File / Watch File.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1996-09-28  |  815 b   |  5 lines

  1. Watch File by Scott J. Kleper
  2. This is a pretty clever script that demonstrates some really useful ways of 
  3. scripting HTML Markup. This purpose of this script is to wait until a particular file appears in a particular folder. This file is then converted
  4. and saved in the folder that the web server is in. This script would be used
  5. if, for example, you are on a network and want other people on the network to be able to post files to the web server. Make a drop box that they toss a text file into and HTML Markup will immediately find the file, convert it, and save the converted file in the web server's folder. This script is important because it shows one way to convert files that appear when you're not around and also because it shows how to save files in folders other than the folder the source file was in.